home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / mac / MSTR / PROGRAM / MOVIE2.DIR / 00044_photoG,up.ls < prev    next >
Encoding:
Text File  |  1997-07-10  |  266 b   |  15 lines

  1. on mouseDown
  2.   global packagenum, status, cursorwait
  3.   if status <> EMPTY then
  4.     if the puppet of sprite 19 = 1 then
  5.       beepsound()
  6.       exit
  7.     end if
  8.   end if
  9.   eracemenudownbutton()
  10.   if button() then
  11.     cursor(cursorwait)
  12.     go(1, "PHOTO")
  13.   end if
  14. end
  15.